Skip to content

chore(container): update image docker.io/electh/nextflux ( cdff957 ➔ c9faa95 )#1241

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/docker.io-electh-nextflux-latest
Open

chore(container): update image docker.io/electh/nextflux ( cdff957 ➔ c9faa95 )#1241
renovate[bot] wants to merge 1 commit intomainfrom
renovate/docker.io-electh-nextflux-latest

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 29, 2026

This PR contains the following updates:

Package Update Change
docker.io/electh/nextflux digest cdff957c9faa95

Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 29, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 929e0bf1-3f4c-4e09-a102-9d19dc678254

📥 Commits

Reviewing files that changed from the base of the PR and between 066d51c and 7e7e55d.

📒 Files selected for processing (1)
  • kubernetes/apps/default/nextflux/app/helmrelease.yaml

📝 Walkthrough

Walkthrough

Updated the Nextflux container image digest in a HelmRelease configuration from one SHA256 hash to another. The repository, tag reference, and pull policy remain unchanged. This is a single-file image version bump.

Changes

Cohort / File(s) Summary
Image Digest Update
kubernetes/apps/default/nextflux/app/helmrelease.yaml
Updated Nextflux container image digest from cdff9575f980e18d29b40358b7c9e7066856748600d8ae4c751aa851bedb60d8 to c9faa95ee72d85323c64012c7d8ab517f4c32069d3cfce1a1f56800ae6f55be4 in HelmRelease specification.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested labels

area/kubernetes

Suggested reviewers

  • jfroy

Poem

🐰 A digest so new, a hash so fine,
The Nextflux container now will shine,
With pullPolicy steady, the course stays true,
One line changed—the old becomes the new! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: updating a container image digest for docker.io/electh/nextflux from one commit hash to another, which is the core purpose of this pull request.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/docker.io-electh-nextflux-latest

Review rate limit: 2/3 reviews remaining, refill in 20 minutes.

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown

--- HelmRelease: default/changedetection Deployment: default/changedetection

+++ HelmRelease: default/changedetection Deployment: default/changedetection

@@ -51,13 +51,13 @@

           value: /downloads
         - name: TIMEOUT
           value: '60000'
         envFrom:
         - secretRef:
             name: changedetection
-        image: ghcr.io/browserless/chromium:v2.48.2@sha256:af3483eb7f125978d511df0d227d37931941b43d2cdb5f768da57263a7a132bf
+        image: ghcr.io/browserless/chromium:v2.48.0@sha256:fcb6b9f2c0e9940c025dd07eebf8fb389ec65a26e128489096ee65474f82cd15
         name: browser
         securityContext:
           allowPrivilegeEscalation: false
         volumeMounts:
         - mountPath: /downloads
           name: data
--- HelmRelease: default/nextflux Deployment: default/nextflux

+++ HelmRelease: default/nextflux Deployment: default/nextflux

@@ -44,13 +44,13 @@

       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
       - env:
         - name: TZ
           value: America/Los_Angeles
-        image: docker.io/electh/nextflux:latest@sha256:cdff9575f980e18d29b40358b7c9e7066856748600d8ae4c751aa851bedb60d8
+        image: docker.io/electh/nextflux:latest@sha256:c9faa95ee72d85323c64012c7d8ab517f4c32069d3cfce1a1f56800ae6f55be4
         imagePullPolicy: Always
         livenessProbe:
           httpGet:
             path: /
             port: 3000
         name: nextflux
--- HelmRelease: default/karakeep Deployment: default/karakeep-browserless

+++ HelmRelease: default/karakeep Deployment: default/karakeep-browserless

@@ -67,13 +67,13 @@

           valueFrom:
             secretKeyRef:
               key: BROWSERLESS_TOKEN
               name: karakeep-keys
         - name: TZ
           value: America/Los_Angeles
-        image: ghcr.io/browserless/chromium:v2.48.2@sha256:af3483eb7f125978d511df0d227d37931941b43d2cdb5f768da57263a7a132bf
+        image: ghcr.io/browserless/chromium:v2.48.0@sha256:fcb6b9f2c0e9940c025dd07eebf8fb389ec65a26e128489096ee65474f82cd15
         livenessProbe:
           tcpSocket:
             port: 3000
         name: browserless
         readinessProbe:
           tcpSocket:

@github-actions
Copy link
Copy Markdown

--- kubernetes/apps/default/changedetection/app Kustomization: default/changedetection HelmRelease: default/changedetection

+++ kubernetes/apps/default/changedetection/app Kustomization: default/changedetection HelmRelease: default/changedetection

@@ -37,13 +37,13 @@

               TIMEOUT: '60000'
             envFrom:
             - secretRef:
                 name: changedetection
             image:
               repository: ghcr.io/browserless/chromium
-              tag: v2.48.2@sha256:af3483eb7f125978d511df0d227d37931941b43d2cdb5f768da57263a7a132bf
+              tag: v2.48.0@sha256:fcb6b9f2c0e9940c025dd07eebf8fb389ec65a26e128489096ee65474f82cd15
             securityContext:
               allowPrivilegeEscalation: false
           changedetection:
             env:
               BASE_URL: https://cd.kantai.xyz
               DISABLE_VERSION_CHECK: 'true'
--- kubernetes/apps/default/karakeep/app Kustomization: default/karakeep HelmRelease: default/karakeep

+++ kubernetes/apps/default/karakeep/app Kustomization: default/karakeep HelmRelease: default/karakeep

@@ -44,13 +44,13 @@

                   secretKeyRef:
                     key: BROWSERLESS_TOKEN
                     name: karakeep-keys
               TZ: America/Los_Angeles
             image:
               repository: ghcr.io/browserless/chromium
-              tag: v2.48.2@sha256:af3483eb7f125978d511df0d227d37931941b43d2cdb5f768da57263a7a132bf
+              tag: v2.48.0@sha256:fcb6b9f2c0e9940c025dd07eebf8fb389ec65a26e128489096ee65474f82cd15
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   tcpSocket:
--- kubernetes/apps/default/nextflux/app Kustomization: default/nextflux HelmRelease: default/nextflux

+++ kubernetes/apps/default/nextflux/app Kustomization: default/nextflux HelmRelease: default/nextflux

@@ -32,13 +32,13 @@

           nextflux:
             env:
               TZ: America/Los_Angeles
             image:
               pullPolicy: Always
               repository: docker.io/electh/nextflux
-              tag: latest@sha256:cdff9575f980e18d29b40358b7c9e7066856748600d8ae4c751aa851bedb60d8
+              tag: latest@sha256:c9faa95ee72d85323c64012c7d8ab517f4c32069d3cfce1a1f56800ae6f55be4
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   httpGet:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants